home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / program / cpc2.zip / CPP.BOR < prev    next >
Text File  |  1995-12-28  |  996b  |  108 lines

  1. **************************************
  2. ***   Borland C++ Reserved Words   ***
  3. **************************************
  4. * Statements *
  5. break
  6. case<.>
  7. continue
  8. default<.>
  9. do
  10. for
  11. goto
  12. if
  13. else
  14. return
  15. switch
  16. while
  17. * Declarations *
  18. auto
  19. char
  20. const
  21. double
  22. enum
  23. extern
  24. float
  25. int
  26. long
  27. register
  28. short
  29. signed
  30. sizeof
  31. static
  32. struct
  33. typedef
  34. union
  35. unsigned
  36. void
  37. volatile
  38. * Preprocessor Directives *
  39. #define
  40. #elif<.>
  41. #else<.>
  42. #endif<.
  43. #error
  44. #if.>
  45. #ifdef.>
  46. #ifndef.>
  47. #include
  48. #line
  49. #pragma
  50. #undef
  51. defined
  52. * C++ Extensions to ANSI C *
  53. asm
  54. catch
  55. class
  56. delete
  57. friend
  58. inline
  59. new
  60. operator
  61. private
  62. protected
  63. public
  64. template
  65. this
  66. virtual
  67. * Borland C++ Extensions to ANSI C *
  68. _cdecl
  69. cdecl
  70. _cs
  71. _ds
  72. _es
  73. _export
  74. _far
  75. far
  76. huge
  77. interrupt
  78. _loadds
  79. _near
  80. near
  81. _pascal
  82. pascal
  83. _saverage
  84. _seg
  85. _ss
  86. * Borland C++ Register Pseudovariables */
  87. _AH
  88. _AL
  89. _AX
  90. _BH
  91. _BL
  92. _BP
  93. _BX
  94. _CH
  95. _CL
  96. _CS
  97. _CX
  98. _DH
  99. _DI
  100. _DL
  101. _DS
  102. _DX
  103. _ES
  104. _FLAGS
  105. _SI
  106. _SP
  107. _SS
  108.